object DeleteForm: TDeleteForm Left = 204 Top = 234 BorderStyle = bsDialog Caption = 'Delete' ClientHeight = 103 ClientWidth = 264 Color = clBtnFace ParentFont = True KeyPreview = True OldCreateOrder = True Scaled = False OnClose = FormClose OnCreate = FormCreate OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object DeleteModeGroup: TGroupBox Left = 8 Top = 8 Width = 169 Height = 89 Caption = ' Files ' TabOrder = 0 object DeleteEntire: TRadioButton Left = 8 Top = 16 Width = 153 Height = 18 Caption = '&Entire archive' TabOrder = 0 end object SelectedFiles: TRadioButton Left = 8 Top = 40 Width = 153 Height = 17 Caption = '&Selected files' TabOrder = 1 end object CFiles: TRadioButton Left = 8 Top = 64 Width = 46 Height = 17 Caption = '&Files:' TabOrder = 2 OnClick = CFilesClick end object FileSpec: TEdit Left = 62 Top = 62 Width = 99 Height = 21 TabOrder = 3 Text = 'FileSpec' OnChange = FileSpecChange end end object DeleteButt: TButton Left = 184 Top = 8 Width = 75 Height = 25 Caption = '&Delete' Default = True TabOrder = 1 OnClick = DeleteButtClick end object CancelButt: TButton Left = 184 Top = 40 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 2 OnClick = CancelButtClick end object HelpButt: TButton Left = 184 Top = 72 Width = 75 Height = 25 Caption = '&Help' TabOrder = 3 OnClick = HelpButtClick end end